
.article_top{
    background: #F5DCDD;
    padding: 21px;
    margin-bottom: 20px;
    padding-bottom: 45px
}.article_top_content h2 {
     font-size: 28px;
 }
.article_share{
    padding: 20px;
    margin-top: -63px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;justify-content: center;
}
.article_share_items {
    display: flex;
    align-items: center;
}
.article_share_items a {
    border-radius: 10px;
    background: #ffb81c;
    width: 50px;
    height: 50px;
    font-size: 19px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #fff !important;
}
.article_top_content{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
img.article_img{

    width: 100%;
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.article_img_box{
    position: relative;
    padding-bottom: 30%;
    margin-bottom: 15px;
}
.article_top h1{
    font-size: 28px;    margin-bottom: 17px;
    font-weight: bold;    line-height: 30px;color: #46484d;
}.article_content{

 }
.article_content iframe {
    border-radius: 15px;
}
.article_content h2{
    font-size:24px;font-weight: 700;
}
.article_content h3{
    font-size: 21px;font-weight: 700;
   }
.article_content h4{
    font-size: 19px;font-weight: 700;
}
.article_content p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #181522;
}.sidebar{
     position: sticky;
     top:81px;
     margin-bottom: 30px;
 }.article_content ul,.article_content ol {
      margin-bottom: 25px;    font-size: 16px;
  } .article_content ul li,.article_content ol li{
           margin-bottom: 15px;
       }
.article_content h2,.article_content h3,.article_content h4 {
    margin-bottom: 25px;color: #46484d;
}
.article_content ul ul,.article_content ol ol{
    margin-top: 20px;
}

       .table_content ul{
    padding: 0;
    list-style: none;
}
.article_content ul li {
    position: relative;
    margin-right: 20px;

}



.article_content blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border: 0;
    border-left-width: 5px;
    border-style: solid;
    border-color: #ffb81c;
}.article_content img{
     border-radius: 15px;
     max-width: 100%;
     height: unset !important;
     display: block;
 }
.table_content li{
    list-style: none;
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 8px;
    padding-bottom: 9px;
    padding-left: 0;
}.table_content li:last-child{
     margin-bottom: 0;
     padding-bottom: 0;
     border-bottom: 0;
 }
.table_content a{
    color: #424242;
}

.table_content{
    margin-bottom: 30px;
    padding: 20px;
    background: #F1F3F4;
    backdrop-filter: blur(9.5px);
    border-radius: 30px;        margin-top:7px;
}
.table_content h2{
    font-size: 21px;
    font-weight: 700;
}
.table_content_box{
    margin-top: 15px;
    padding-top: 9px;
}
.share{
    padding: 10px 20px;
    font-size: 18px;
    background: rgba(218, 227, 231, 0.2);
    border-radius: 30px;
}
.share ul{
    padding: 0;    margin-bottom: 0;
    list-style: none;display: flex;align-items: center;justify-content: space-between;
}
.share li{

}
.share a{
    color: #7a7a7a;cursor: pointer;
}.article_sources_show_icon {
     display: inline-block;
     width: 0;
     height: 0;margin-left: 10px;
     border-width: 8px 5px 0;
     border-style: solid;
     border-color: #2c40d0 transparent transparent;
 }.resources_header_btn > span{
       display: inline-flex;

       cursor: pointer;
       flex-direction: row;
       align-items: center;
       width: 100%;


  }
.resources_header_btn i{
    margin-left: 10px;

    font-weight: 300;
    font-size: 17px;
       }
.resources_header_btn{

}
.resources_header{

}
.resources_content{
    margin-top: 20px;

}
.resources_content ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
}


.resources_content a{
    display: block;color: dodgerblue;
    margin-bottom: 10px
}


.resources_box{
    border-top: 2px solid #E8E8E8;
    padding-top: 20px;

}.resources_box_content{
     padding: 17px 15px;
     background: #F1F3F4;

     border-radius: 17px;
 }
.related_box{
    border-top: 2px solid #b3b3b37d;
    padding-top: 20px;
}.active{
     color: #ffb81c !important;

 }.article_content a{
       color: #ffb81c;
      
       display: inline-block;
       margin: 0 2px;
   }
.article_content table {
    border-color: transparent;
    border-radius: 10px;
    overflow: hidden;
}
.article_content table tr td {
    padding: 11px;    font-size: 16px;border-color: #d5d5d5;
}.related_box h2{
     margin-bottom: 20px;
 }
.article_content table tr td ul{
    margin-bottom: 0;
}.article_content table tr td ul li:last-child{
     margin-bottom: 0;
 }.article_content table tr td ul li{
       font-size: 16px;
   }

 .article_search form{
     display: flex;
     align-items: center;
     background: #fff;
     border-radius: 10px;
 }
.article_search form input{
    padding: 12px 10px;
    background: transparent;
    border: 0;
    width: 150px;
    outline: 0 !important;
}
.article_search form button{
    padding: 12px 10px;
    background: transparent;
    border: 0;
}
.article_content h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.article_title{
    margin-bottom: 20px;
}
.article_title span{
color: #1A2531;
}
@media(max-width: 992px) {
    .article_top h1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .article_content h2{
        font-size:20px;font-weight: 700;
    }
    .article_content h3{
        font-size: 19px;font-weight: 700;
    }
    .article_content h4{
        font-size: 17px;font-weight: 700;
    }

    .resources_box_content {
        margin-bottom: 15px;

    }.resources_content ul{
             padding-left: 5px;
             overflow: hidden;
             margin-right: 10px;
     }.article_content table {
          display: block;
          width: 100% !important;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
      }.article_content iframe {

           width: 100%;
           height: unset;
       }.article_content img {
            border-radius: 15px;
            height: unset !important;max-width: 100% !important;
        }.sidebar {
             position: fixed;
             top: -36px;
             z-index: 99;
             right: 0;
             left: 0;
         }.table_content_box {margin-top: 0;
                                                     height: 0;
                                                     overflow: hidden;
                                                     transition: .4s;
                                                     visibility: hidden;
          }.table_content {
               box-shadow: 0 0 10px #bbb;
               border-radius: 11px;
               padding-bottom: 4px;
               background: #e8336a;
               color: #fff;

           }.table_content h2 {
                                                                            font-size: 17px;
                                                                            font-weight: 600;
                                                                            display: flex;
                                                                            align-items: center;
                                                                            justify-content: space-between;
            }.table_content h2 i {
                 font-weight: 500;    transition: .4s;
             }.table_content.open i {
                  transform: rotate(180deg);
              }.active {
                   color: #393838 !IMPORTANT;
               }.table_content a{color: #fff;

                                                                                                                  }

    .article_top_content {
        justify-content: center;    padding-bottom: 23px;
    }
    .article_top_content svg {
        display: none;
    }
    .article_share {
        margin-top: -55px;
        flex-direction: column;
    }.article_share_items {
         margin-bottom: 27px;
     }.article_search form input {
          width: 100%;
      }.article_content h1 {
           font-size: 21px;
           font-weight: 600;
           margin-bottom: 20px;
       }
}